projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71e8491
)
Add missing .configured target that caused superfluous package rebuild
author
Nicolas Thill
<
[email protected]
>
Tue, 9 Aug 2005 22:20:48 +0000
(22:20 +0000)
committer
Nicolas Thill
<
[email protected]
>
Tue, 9 Aug 2005 22:20:48 +0000
(22:20 +0000)
SVN-Revision: 1591
openwrt/package/ncurses/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/ncurses/Makefile
b/openwrt/package/ncurses/Makefile
index 662ea6e89a13f48a7cd06088f7367c9704844334..0fd366bac07c4ee7134e2d55f4c993abdd32bab4 100644
(file)
--- a/
openwrt/package/ncurses/Makefile
+++ b/
openwrt/package/ncurses/Makefile
@@
-25,7
+25,10
@@
include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,LIBNCURSES,libncurses,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
-$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.prepared
+$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
+ touch $@
+
+$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status} ; \